TIME returns the current time value from values for hours, minutes and seconds. This function can be used to convert a time based on these three elements to a decimal time value.
TIME は、時、分、および秒の値から現在の時刻値を返します。この関数は、これら 3 つの要素から、時刻を小数値として返します。
TIME(Hour; Minute; Second)
TIME(時間; 分; 秒)
Use an integer to set the Hour.
時間 に設定されている整数を使用します。
Use an integer to set the Minute.
分 に設定されている整数を使用します。
Use an integer to set the Second.
秒 に設定されている整数を使用します。
=TIME(0;0;0) returns 00:00:00
=TIME(0;0;0) は、12:00:00 午前を返します。
=TIME(4;20;4) returns 04:20:04
=TIME(4;20;4) は、04:20:04 を返します。